From 63c35d035176c976fb33ed15877ce5e341b774ea Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Wed, 2 Aug 2006 09:16:26 +0100 Subject: [PATCH] [TOOLS] ppc64 is not a LIB_64_ARCH Signed-off-by: Jimi Xenidis --- tools/python/xen/util/auxbin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/xen/util/auxbin.py b/tools/python/xen/util/auxbin.py index ba8aba182a..50450773dd 100644 --- a/tools/python/xen/util/auxbin.py +++ b/tools/python/xen/util/auxbin.py @@ -21,8 +21,8 @@ LIB_64 = "/usr/lib64" LIB_BIN_SUFFIX = "xen/bin" ## The architectures on which the LIB_64 directory is used. This -# deliberately excludes ia64. -LIB_64_ARCHS = [ 'x86_64', 'ppc64', 's390x', 'sparc64'] +# deliberately excludes ia64 and ppc64. +LIB_64_ARCHS = [ 'x86_64', 's390x', 'sparc64'] import os -- 2.30.2